diff --git a/winixd/core/version.h b/winixd/core/version.h index 3fb6f36..d7e8201 100644 --- a/winixd/core/version.h +++ b/winixd/core/version.h @@ -42,7 +42,7 @@ namespace Winix #define WINIX_VER_MAJOR 0 #define WINIX_VER_MINOR 7 -#define WINIX_VER_REVISION 2 +#define WINIX_VER_REVISION 3 diff --git a/winixd/templates/misc.h b/winixd/templates/misc.h index 15649f9..20503a0 100644 --- a/winixd/templates/misc.h +++ b/winixd/templates/misc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2010-2014, Tomasz Sowa + * Copyright (c) 2010-2021, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ namespace Winix { -struct User; +class User; namespace TemplatesFunctions