Bump and prep 1.34.1
[lhc/web/wiklou.git] / includes / pager / Pager.php
index edec490..45c310a 100644 (file)
@@ -30,6 +30,7 @@
  * @ingroup Pager
  */
 interface Pager {
-       function getNavigationBar();
-       function getBody();
+       public function getNavigationBar();
+
+       public function getBody();
 }