]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/extensions.cxx
Oops, it doesn't do much good to declare a function as "static" in the .hxx
[simgear.git] / simgear / screen / extensions.cxx
index c16509f6fabe24e632f67727f6f3c52eda31a41b..75f7d11e7655594004f6fc3340564dc03635469a 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "extensions.hxx"
 
-bool SGSearchExtensionsString(char *extString, char *extName) {
+static bool SGSearchExtensionsString(char *extString, char *extName) {
     // Returns GL_TRUE if the *extName string appears in the *extString string,
     // surrounded by white spaces, or GL_FALSE otherwise.