Merge pull request #67 from Ardakaniz/master

Sdk/State: Fix State link error

Former-commit-id: 1a7daab7861f05d7cfc2a5566befa6ab9b46f80d [formerly 9a953601e62beace82a112b8ac2b83f644a0cf1f]
Former-commit-id: ee954c7b77d5a69d043acc80b5782f39b022a2d9
This commit is contained in:
Lynix 2016-07-28 07:39:23 +02:00 committed by GitHub
commit 84c26ee77d
1 changed files with 1 additions and 1 deletions

View File

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