Abstract class for MsgDialog interface

This commit is contained in:
Nekotekina 2015-04-15 21:33:44 +03:00
parent cfb41c4dab
commit 00205bfa58
8 changed files with 227 additions and 237 deletions

View file

@ -450,7 +450,7 @@ namespace vm
};
// vm::null is convertible to any vm::ptr type as null pointer in virtual memory
static const null_t null;
static null_t null;
}
namespace fmt