diff options
Diffstat (limited to 'dw/types.cc')
-rw-r--r-- | dw/types.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/types.cc b/dw/types.cc index 074cb352..86836bc1 100644 --- a/dw/types.cc +++ b/dw/types.cc @@ -268,5 +268,5 @@ void Region::addRectangle (Rectangle *rPointer) rectangleList->append (r); } -} // namespace dw } // namespace core +} // namespace dw |