Fix and improve last PR

Former-commit-id: 16afead68e42411402dfb5a7bd957a4940b6f83a
This commit is contained in:
Lynix
2016-01-24 15:20:14 +01:00
parent a32a1d428f
commit d7ab29e5ef
14 changed files with 325 additions and 1279 deletions

View File

@@ -14,8 +14,8 @@ namespace Ndk
class NDK_API Application
{
public:
Application();
~Application();
inline Application();
inline ~Application();
};
}