diff options
Diffstat (limited to 'project2/rawView.h')
-rw-r--r-- | project2/rawView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/rawView.h b/project2/rawView.h index 116d395..a6d85de 100644 --- a/project2/rawView.h +++ b/project2/rawView.h @@ -17,6 +17,7 @@ class _RawView : public _View { virtual const Glib::ustring & getColumnName(unsigned int col) const; virtual const Glib::ustring & getCurrentValue(const Glib::ustring & id) const; virtual const Glib::ustring & getCurrentValue(unsigned int col) const; + virtual bool isNull(unsigned int col) const; private: const xmlpp::Element * copyRoot; }; |