summaryrefslogtreecommitdiff
path: root/project2/fileRows.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-03-03 00:23:57 +0000
committerrandomdan <randomdan@localhost>2011-03-03 00:23:57 +0000
commitd6cebc3fbc456d8d5553ae8cf689acec7e59cf6f (patch)
tree6855e13473486b2350506772323034840cee8723 /project2/fileRows.cpp
parentFix function definitions to match declarations (fixes Doxygen warnings) (diff)
downloadproject2-d6cebc3fbc456d8d5553ae8cf689acec7e59cf6f.tar.bz2
project2-d6cebc3fbc456d8d5553ae8cf689acec7e59cf6f.tar.xz
project2-d6cebc3fbc456d8d5553ae8cf689acec7e59cf6f.zip
Fix inheritance of If
Remove virtual inheritance in many places Strip down the unneeded docs made my doxygen Add beginnings of a docbook
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r--project2/fileRows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp
index 487c2ef..58dde13 100644
--- a/project2/fileRows.cpp
+++ b/project2/fileRows.cpp
@@ -8,7 +8,6 @@
DECLARE_LOADER("filerows", FileRows);
FileRows::FileRows(const xmlpp::Element * p) :
- SourceObject(p),
StreamRows(p),
path(p, "path")
{