diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:20:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:27:01 +0300 |
commit | 580ce9af9e9a241aac083107b18c9c81e1c1da0d (patch) | |
tree | 6060a23b6e5760e4c52442fd3f6f2b306d61fb9d /src/CMakeLists.txt | |
parent | 9502e9c968fac129ab57d7b0496c874086995b04 (diff) | |
download | plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.gz plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.bz2 plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.xz plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.zip |
move deathlistener from base into listeners.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fccf99fb6..d68026c5d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -774,7 +774,7 @@ SET(SRCS gui/base/basiccontainer.hpp gui/base/cliprectangle.hpp gui/base/color.hpp - gui/base/deathlistener.hpp + listeners/deathlistener.h gui/base/event.hpp gui/base/exception.hpp gui/base/focushandler.hpp |