summaryrefslogtreecommitdiff
path: root/p2pvr/lib/objectRowState.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/lib/objectRowState.h')
-rw-r--r--p2pvr/lib/objectRowState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/p2pvr/lib/objectRowState.h b/p2pvr/lib/objectRowState.h
index cf42055..9ba69f0 100644
--- a/p2pvr/lib/objectRowState.h
+++ b/p2pvr/lib/objectRowState.h
@@ -8,8 +8,8 @@
typedef boost::function<void(const std::string &, bool)> ColumnCreator;
typedef boost::function<void(const ColumnCreator &)> ColumnSpecifier;
-template <typename V, typename... Parents>
-void BindColumns(RowState &, const V &, const Parents & ...);
+template <typename V>
+void BindColumns(RowState &, const V &);
template <typename V>
void UnbindColumns(RowState &, const V &);