From 3672c3222f8ccb54371a0191c6e709a199fe8c70 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 23 Mar 2017 01:32:48 +0100 Subject: [PATCH] Compile++ Meh me for not compiling after doing a minor change --- part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.h b/part.h index dd18f08a5..714039a20 100644 --- a/part.h +++ b/part.h @@ -199,7 +199,7 @@ class OKULARPART_EXPORT Part : public KParts::ReadWritePart, public Okular::Docu void slotGetNewStuff(); void slotNewConfig(); void slotShowMenu(const Okular::Page *page, const QPoint &point); - void slotShowTOCMenu(const Okular::DocumentViewport &vp, const QPoint &point, const QString title); + void slotShowTOCMenu(const Okular::DocumentViewport &vp, const QPoint &point, const QString &title); void slotShowProperties(); void slotShowEmbeddedFiles(); void slotShowLeftPanel();