diff options
author | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
commit | 9686368e58e25cbd6dc37d686bdd2be3f80486d6 (patch) | |
tree | b4887373c33f29a0e837420042a8c84d98bdba49 /source/Asura.Editor/Controls/GUILabel.cpp | |
parent | 7638df1ed1f0f314d78bd42e0aba084ba14ade0a (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/Controls/GUILabel.cpp')
-rw-r--r-- | source/Asura.Editor/Controls/GUILabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Asura.Editor/Controls/GUILabel.cpp b/source/Asura.Editor/Controls/GUILabel.cpp index c5741c1..90b277b 100644 --- a/source/Asura.Editor/Controls/GUILabel.cpp +++ b/source/Asura.Editor/Controls/GUILabel.cpp @@ -1,4 +1,4 @@ -#include "gui_button.h" +#include "GUIButton.h" namespace_begin(AsuraEditor) |