From 99461ac66d47cf3b78dc83f39aa3b89dccf2088c Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 9 Apr 2013 21:41:18 +0200 Subject: [PATCH] Fix ListModeBase on Windows --- include/listmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/listmode.h b/include/listmode.h index ee2b4118d..b070b90f9 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -20,7 +20,7 @@ /** The base class for list modes, should be inherited. */ -class ListModeBase : public ModeHandler +class CoreExport ListModeBase : public ModeHandler { public: /** An item in a listmode's list -- 2.39.2