diff options
author | crupest <crupest@outlook.com> | 2019-04-04 17:12:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-04 17:12:25 +0800 |
commit | a410e2048db6f5ef6fb50e401a59b4b98b979050 (patch) | |
tree | 500680c63b074e8c3eefd756fd6a1d0f41840c1a /src/ui/no_child_control.cpp | |
parent | fcaf471275a67d718887430ee63a53890915c4c7 (diff) | |
download | cru-a410e2048db6f5ef6fb50e401a59b4b98b979050.tar.gz cru-a410e2048db6f5ef6fb50e401a59b4b98b979050.tar.bz2 cru-a410e2048db6f5ef6fb50e401a59b4b98b979050.zip |
...
Diffstat (limited to 'src/ui/no_child_control.cpp')
-rw-r--r-- | src/ui/no_child_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/no_child_control.cpp b/src/ui/no_child_control.cpp index e6bbe813..81299411 100644 --- a/src/ui/no_child_control.cpp +++ b/src/ui/no_child_control.cpp @@ -1,4 +1,4 @@ -#include "no_child_control.hpp" +#include "cru/ui/no_child_control.hpp" namespace cru::ui { const std::vector<Control*> NoChildControl::empty_control_vector{}; |