summaryrefslogtreecommitdiff
path: root/include/avmedia
diff options
context:
space:
mode:
Diffstat (limited to 'include/avmedia')
-rw-r--r--include/avmedia/mediawindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index da97ec8c5fd0..83a69ecf7378 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -38,9 +38,9 @@ class KeyEvent;
class MouseEvent;
class CommandEvent;
class PopupMenu;
-class Pointer;
struct AcceptDropEvent;
struct ExecuteDropEvent;
+enum class PointerStyle;
namespace avmedia
@@ -67,7 +67,7 @@ namespace avmedia
void setPosSize( const tools::Rectangle& rNewRect );
- void setPointer( const Pointer& rPointer );
+ void setPointer( PointerStyle aPointer );
bool start();