aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-29 14:19:29 +0200
committerSebastian Geerken <devnull@localhost>2014-05-29 14:19:29 +0200
commit8b7eb5032c7d40e6fe0fe21aff2523b7fa14e8f2 (patch)
tree80aff7801cdfecef30b0f2b9a7bdf61f1ccba2ae /dw/ruler.cc
parent2f6d8aa3601505ad5490a212e75714abe3dcc77c (diff)
Distinction between 'block-level' and 'possible container'.
Diffstat (limited to 'dw/ruler.cc')
-rw-r--r--dw/ruler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ruler.cc b/dw/ruler.cc
index cf4401ca..7969e3c0 100644
--- a/dw/ruler.cc
+++ b/dw/ruler.cc
@@ -49,7 +49,7 @@ void Ruler::setWidth (int width)
}
}
- bool Ruler::isBlockLevel ()
+bool Ruler::isBlockLevel ()
{
return true;
}