summaryrefslogtreecommitdiff
path: root/project2/fileRows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r--project2/fileRows.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp
index 9c6a5fe..f28c96d 100644
--- a/project2/fileRows.cpp
+++ b/project2/fileRows.cpp
@@ -108,6 +108,12 @@ _FileRows::getCurrentValue(unsigned int col) const
return *values[col];
}
+bool
+_FileRows::isNull(unsigned int col) const
+{
+ return false;
+}
+
const Glib::ustring &
_FileRows::getCurrentValue(const Glib::ustring & id) const
{