aboutsummaryrefslogtreecommitdiff
path: root/cells.hpp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-12-09 09:59:58 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-12-09 09:59:58 +0100
commitdcda2ea24afbabbab31f51a78488013a5b229535 (patch)
tree32f4d0546b0e76e05b978a665a50d67ce3c43fa3 /cells.hpp
parent53de92ca887e4386d8d6acb462be4e4a7978a90b (diff)
Fix duplicate symbols problem when using the library from multiple modules.
Diffstat (limited to 'cells.hpp')
-rw-r--r--cells.hpp2
1 files changed, 1 insertions, 1 deletions
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<void ()>);
+ static void with_transaction(std::function<void ()>);
}
#endif //CELLS_HPP