diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-27 22:14:02 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-27 22:14:02 +0000 |
commit | eb9e6e35d36dee3011bfc2a67a5b8bb9138a259e (patch) | |
tree | 814f1ab76f18f953c460782577dd1f8913bcfbbd | |
parent | 229e88f00d2914b5da72991bbd34d25e7149b589 (diff) | |
download | vdr-plugin-muggle-eb9e6e35d36dee3011bfc2a67a5b8bb9138a259e.tar.gz vdr-plugin-muggle-eb9e6e35d36dee3011bfc2a67a5b8bb9138a259e.tar.bz2 |
Syntax error corrected
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@185 e10066b5-e1e2-0310-b819-94efdf66514b
-rwxr-xr-x | mg_content_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_content_interface.h b/mg_content_interface.h index 35eb7cd..d8bb0ec 100755 --- a/mg_content_interface.h +++ b/mg_content_interface.h @@ -468,6 +468,7 @@ class mgSelectionTreeNode * * The restriction returned is part of a SQL query string which will restrict * results to nodes that belong to the set of items grouped by this node + */ virtual std::string getRestrictions(); //@} |