mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Remove preprocessor warning.
(To answer Andre's question, yes it is but FormDialogBase is a straight replacement of FormBase which will go the way of the dodo once I convert the remaining controllers to derive from Dialog::Controller. 25 done, 9 to go.) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7296 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c1e87c1a1
commit
a8644bb74d
@ -1,3 +1,7 @@
|
||||
2003-07-16 Angus Leeming <angus@localhost.localdomain>
|
||||
|
||||
* FormDialogView.C (postMessage): remove preprocessor warning.
|
||||
|
||||
2003-07-04 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* introduce namespace lyx::graphics
|
||||
|
@ -314,7 +314,6 @@ void FormDialogView::clearMessage()
|
||||
}
|
||||
|
||||
|
||||
#warning isnt this the same as in FormBase?
|
||||
void FormDialogView::postMessage(string const & message)
|
||||
{
|
||||
Assert(message_widget_);
|
||||
|
Loading…
Reference in New Issue
Block a user