Use references in pan_layout_compute() parameters
[geeqie.git] / src / pan-view / pan-grid.h
index b3671bd..055e310 100644 (file)
@@ -27,6 +27,6 @@
 struct FileData;
 struct PanWindow;
 
-void pan_grid_compute(PanWindow *pw, FileData *dir_fd, gint *width, gint *height);
+void pan_grid_compute(PanWindow *pw, FileData *dir_fd, gint &width, gint &height);
 
 #endif