summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 23:20:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 23:27:01 +0300
commit580ce9af9e9a241aac083107b18c9c81e1c1da0d (patch)
tree6060a23b6e5760e4c52442fd3f6f2b306d61fb9d /src/CMakeLists.txt
parent9502e9c968fac129ab57d7b0496c874086995b04 (diff)
downloadplus-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.txt2
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