From dcda2ea24afbabbab31f51a78488013a5b229535 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 9 Dec 2012 09:59:58 +0100 Subject: Fix duplicate symbols problem when using the library from multiple modules. --- cells.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cells.hpp') diff --git a/cells.hpp b/cells.hpp index 27b3633..c53cc93 100644 --- a/cells.hpp +++ b/cells.hpp @@ -79,7 +79,7 @@ namespace cells { virtual ~formula_cell(); }; - void with_transaction(std::function); + static void with_transaction(std::function); } #endif //CELLS_HPP -- cgit v1.2.3