Fixed VS compiler warning. Using 'struct' for class. Thanks XhmikosR for reporting.

This commit is contained in:
Daniel Marjamäki 2013-12-26 17:48:25 +01:00
parent 826ddf8a6d
commit 872b6e8fcc
1 changed files with 1 additions and 1 deletions

View File

@ -2180,7 +2180,7 @@ private:
// for 1st parameter null pointer is not ok..
{
Library library;
struct Library::ArgumentChecks arg;
Library::ArgumentChecks arg;
library.argumentChecks["x"][1] = arg;
library.argumentChecks["x"][2] = arg;
library.argumentChecks["x"][1].notnull = true;