aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/css.hh10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/css.hh b/src/css.hh
index 2d4f1658..11912566 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -273,7 +273,8 @@ class CssRule {
*/
class CssStyleSheet {
private:
- class RuleList : public lout::misc::SimpleVector <CssRule*>, public lout::object::Object {
+ class RuleList : public lout::misc::SimpleVector <CssRule*>,
+ public lout::object::Object {
public:
RuleList () : lout::misc::SimpleVector <CssRule*> (1) {};
~RuleList () {
@@ -285,10 +286,11 @@ class CssStyleSheet {
int hashValue () { return (intptr_t) this; };
};
- class RuleMap : public lout::container::typed::HashTable <lout::object::ConstString, RuleList > {
+ class RuleMap : public lout::container::typed::HashTable
+ <lout::object::ConstString, RuleList > {
public:
- RuleMap () : lout::container::typed::HashTable <lout::object::ConstString, RuleList > (true, true, 256) {
- };
+ RuleMap () : lout::container::typed::HashTable
+ <lout::object::ConstString, RuleList > (true, true, 256) {};
};
static const int ntags = 90; // \todo replace 90