diff options
Diffstat (limited to 'src/menu/static.cpp')
-rw-r--r-- | src/menu/static.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/static.cpp b/src/menu/static.cpp index 40ff3f6e..452ce055 100644 --- a/src/menu/static.cpp +++ b/src/menu/static.cpp @@ -156,7 +156,7 @@ namespace usdx this->filled = filled; } - bool Static::get_filled(void) const + bool Static::is_filled(void) const { return filled; } @@ -166,7 +166,7 @@ namespace usdx this->stroked = stroked; } - bool Static::get_stroked(void) const + bool Static::is_stroked(void) const { return stroked; } |