fix warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-01-13 17:50:57 +00:00
parent 813234f7e6
commit ebb331fe59
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* MathsSymbols.C (get_pixmap_from_symbol): add a default statement
in the switch.
* FormPreferences.C (Interface::input):
(Language::input):
(Paths::input): add shortcuts to file dialogs directory buttons

View File

@ -319,6 +319,8 @@ char const ** get_pixmap_from_symbol(char const * arg, int wx, int hx)
// function is called.
data = pixmapFromBitmapData(arg, wx, hx);
break;
default:
break;
}
return data;