diff options
Diffstat (limited to 'project2/files/fileRows.cpp')
-rw-r--r-- | project2/files/fileRows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/files/fileRows.cpp b/project2/files/fileRows.cpp index 8ba5c0c..af11f55 100644 --- a/project2/files/fileRows.cpp +++ b/project2/files/fileRows.cpp @@ -7,7 +7,7 @@ DECLARE_LOADER("filerows", FileRows); -FileRows::FileRows(const xmlpp::Element * p) : +FileRows::FileRows(ScriptNodePtr p) : StreamRows(p), path(p, "path") { |