summaryrefslogtreecommitdiffstats
path: root/svtools/inc/roadmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/roadmap.hxx')
-rw-r--r--svtools/inc/roadmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx
index ceae5b7ea9e9..193ceac94060 100644
--- a/svtools/inc/roadmap.hxx
+++ b/svtools/inc/roadmap.hxx
@@ -104,7 +104,7 @@ private:
void DeselectOldRoadmapItems();
ItemId GetNextAvailableItemId( ItemIndex NewIndex );
ItemId GetPreviousAvailableItemId( ItemIndex NewIndex );
- RoadmapItem* GetByPointer(vcl::Window* pWindow);
+ RoadmapItem* GetByPointer(vcl::Window const * pWindow);
RoadmapItem* InsertHyperLabel( ItemIndex Index, const OUString& _aStr, ItemId RMID, bool _bEnabled, bool _bIncomplete );
void UpdatefollowingHyperLabels( ItemIndex Index );
};