Enable missing declarations warning
[alexxy/gromacs.git] / src / programs / view / xmb.cpp
index 69f1228665ecc4eac9a420a8c922bdf8404318df..155d1a3d1447261fb5ac120cf8f5191f6ade003b 100644 (file)
@@ -62,7 +62,7 @@ static int             icon_height = 0;
 static unsigned long   icon_fg     = 0;
 static unsigned long   icon_bg     = 0;
 
-void SetIcon(unsigned char *bits, int w, int h, unsigned long fg, unsigned long bg)
+static void SetIcon(unsigned char *bits, int w, int h, unsigned long fg, unsigned long bg)
 {
     icon_bits   = (bmchar *)bits;
     icon_width  = w;