Merge pull request #67 from Ardakaniz/master

Sdk/State: Fix State link error

Former-commit-id: 50c80dbbcff42ad8bfed5c69ffc3c4a936cac476 [formerly b3fc8fef5e3db10aa39c8fcf437f01924966e03b]
Former-commit-id: b9beefc7267d35df30a7f2c593d028022f76bd5c
This commit is contained in:
Lynix 2016-07-28 07:39:23 +02:00 committed by GitHub
commit 3bffbcd1e3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Ndk
{ {
class StateMachine; class StateMachine;
class State class NDK_API State
{ {
public: public:
State() = default; State() = default;