diff options
author | randomdan <randomdan@localhost> | 2011-03-03 00:23:57 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-03-03 00:23:57 +0000 |
commit | 3a7461c2f1298338b47e52a7018988bef54fa58d (patch) | |
tree | 6855e13473486b2350506772323034840cee8723 /project2/fileRows.cpp | |
parent | Fix function definitions to match declarations (fixes Doxygen warnings) (diff) | |
download | project2-3a7461c2f1298338b47e52a7018988bef54fa58d.tar.bz2 project2-3a7461c2f1298338b47e52a7018988bef54fa58d.tar.xz project2-3a7461c2f1298338b47e52a7018988bef54fa58d.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.cpp | 1 |
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") { |