summaryrefslogtreecommitdiffstats
path: root/logic/NullInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/NullInstance.h')
-rw-r--r--logic/NullInstance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/NullInstance.h b/logic/NullInstance.h
index d46230f4..fbb2d985 100644
--- a/logic/NullInstance.h
+++ b/logic/NullInstance.h
@@ -83,4 +83,8 @@ public:
{
return "Null";
}
+ bool canExport() const override
+ {
+ return false;
+ }
};