diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:13:47 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:13:47 +0000 |
| commit | d9505e1b249b0833b867019b88f68b7aaf31e937 (patch) | |
| tree | 3dd963d0f5ebeaab937058718a3fe850ae6fb6d9 /src/fl_ask.cxx | |
| parent | 88b5e53289856e557244a337a7cba39367a83f71 (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.cxx | 2 |
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; |
