summaryrefslogtreecommitdiff
path: root/src/properties.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-01-31 02:55:26 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-01-31 02:55:26 +0000
commitb0d28814ecdd29d3f33ab926b3ff3c325675e3b2 (patch)
tree57878c3e9900db640a34df7c319dbd930c18ab24 /src/properties.h
parent3b1cb45812fe4308073057c27837bc0c69a5d35e (diff)
downloadmana-client-b0d28814ecdd29d3f33ab926b3ff3c325675e3b2.tar.gz
mana-client-b0d28814ecdd29d3f33ab926b3ff3c325675e3b2.tar.bz2
mana-client-b0d28814ecdd29d3f33ab926b3ff3c325675e3b2.tar.xz
mana-client-b0d28814ecdd29d3f33ab926b3ff3c325675e3b2.zip
Various small cleanups.
Diffstat (limited to 'src/properties.h')
-rw-r--r--src/properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/properties.h b/src/properties.h
index ccf8cd00..18caa6e1 100644
--- a/src/properties.h
+++ b/src/properties.h
@@ -77,7 +77,7 @@ class Properties
properties[name] = value;
}
- private:
+ protected:
std::map<std::string, std::string> properties;
};