summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index cdfea74e..180fa90c 100644
--- a/structures.h
+++ b/structures.h
@@ -61,6 +61,7 @@ public:
};
Variant getVariant() const;
void setVariant(const Variant var);
+ wxString getVariantName() const;
bool automatic; //use sync-database
SyncDirection exLeftSideOnly;
bgstack15