aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaShepard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaShepard.cpp')
-rw-r--r--src/mdaShepard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaShepard.cpp b/src/mdaShepard.cpp
index 6bc56da..edf96ac 100644
--- a/src/mdaShepard.cpp
+++ b/src/mdaShepard.cpp
@@ -143,7 +143,7 @@ void mdaShepard::getParameterName(int32_t index, char *label)
}
#include <stdio.h>
-void int2strng(int32_t value, char *string) { sprintf(string, "%d", value); }
+static void int2strng(int32_t value, char *string) { sprintf(string, "%d", value); }
void mdaShepard::getParameterDisplay(int32_t index, char *text)
{