summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 61114a1fba9c..df0cd270ed89 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -534,7 +534,7 @@ private:
public:
- void Push( sal_uInt16 nFlags = PUSH_ALL );
+ void Push( PushFlags nFlags = PUSH_ALL );
void Pop();
// returns the current stack depth; that is the number of Push() calls minus the number of Pop() calls