summaryrefslogtreecommitdiff
path: root/project2/fileRows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r--project2/fileRows.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp
index 315c987..e990f56 100644
--- a/project2/fileRows.cpp
+++ b/project2/fileRows.cpp
@@ -131,13 +131,13 @@ FileRows::getCurrentValue(unsigned int col) const
}
bool
-FileRows::isNull(unsigned int col) const
+FileRows::isNull(unsigned int) const
{
return false;
}
bool
-FileRows::isNull(const Glib::ustring & col) const
+FileRows::isNull(const Glib::ustring &) const
{
return false;
}