summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maudsley <richard.maudsley@isode.com>2014-04-28 15:36:22 (GMT)
committerRichard Maudsley <richard.maudsley@isode.com>2014-04-28 15:41:57 (GMT)
commitc4b64106e7b9493c7b28cc653797457d5f7fbdda (patch)
tree8ff1bde1f9ade25561408f02de530f1386b32180 /Swiften/SConscript
parentbe642f17bfa2df7cb88ddb5fb4aa37438d9e2110 (diff)
downloadswift-c4b64106e7b9493c7b28cc653797457d5f7fbdda.zip
swift-c4b64106e7b9493c7b28cc653797457d5f7fbdda.tar.bz2
Make ToplevelElement and Payload inherit from Element.
Change-Id: I962e59a25e49d593c62fa852d60e178f349eb3c4
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index d898bfa..7656c83 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -122,6 +122,7 @@ if env["SCONS_STAGE"] == "build" :
"Elements/Form.cpp",
"Elements/FormField.cpp",
"Elements/StreamFeatures.cpp",
+ "Elements/Element.cpp",
"Elements/ToplevelElement.cpp",
"Elements/IQ.cpp",
"Elements/Payload.cpp",