aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/map_base.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-24 23:20:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit5c3670b6322b60b8bc5f60e22d891fe39b854e3e (patch)
treeb4eee08fb30434b237176822e9f959e90895e342 /chaos/src/map_base.hpp
parent45932d6b4b33ecd4f4dc2e7eab9f210dfa46cc34 (diff)
more changes ... getting stable ...
svn path=/trunk/externals/tb/; revision=2428
Diffstat (limited to 'chaos/src/map_base.hpp')
-rw-r--r--chaos/src/map_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/map_base.hpp b/chaos/src/map_base.hpp
index 35c8460..c88f9ba 100644
--- a/chaos/src/map_base.hpp
+++ b/chaos/src/map_base.hpp
@@ -24,7 +24,7 @@
#include "chaos_base.hpp"
class map_base
- : protected chaos_base
+ : public chaos_base
{
};