diff options
author | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-06-05 13:49:26 (GMT) |
---|---|---|
committer | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-06-05 13:49:26 (GMT) |
commit | 21e358a55e6eee1036fe95993c5715382d08c0c8 (patch) | |
tree | c512cb0b6640c1fee942cf55fa76954a8100568c /Swift/Controllers/SConscript | |
parent | dfeab948530982d10a7754a93a37cd8422888378 (diff) | |
download | swift-contrib-21e358a55e6eee1036fe95993c5715382d08c0c8.zip swift-contrib-21e358a55e6eee1036fe95993c5715382d08c0c8.tar.bz2 |
Moved whiteboard handling to WhiteboardManager
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index 1e18d65..91a8949 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -71,7 +71,7 @@ if env["SCONS_STAGE"] == "build" : "XMPPURIController.cpp", "ChatMessageSummarizer.cpp", "SettingConstants.cpp", - "WhiteboardController.cpp" + "WhiteboardManager.cpp" ]) env.Append(UNITTEST_SOURCES = [ |