summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-08-21 12:13:47 +0000
committerLauri Kasanen <cand@gmx.com>2014-08-21 12:13:47 +0000
commitd9505e1b249b0833b867019b88f68b7aaf31e937 (patch)
tree3dd963d0f5ebeaab937058718a3fe850ae6fb6d9 /src/fl_ask.cxx
parent88b5e53289856e557244a337a7cba39367a83f71 (diff)
Mark a few symbols static. This is the bulk from STR #3111.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_ask.cxx')
-rw-r--r--src/fl_ask.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 9bfe8285c..a74055ac3 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -126,7 +126,7 @@ static Fl_Window *makeform() {
* that is asked of them...
*/
-void resizeform() {
+static void resizeform() {
int i;
int message_w, message_h;
int text_height;