Commit f008ecb3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compiler warning about a missing return statement in a non-void function.

parent f368868a
......@@ -4,7 +4,7 @@
* Copyright (C) 2003 the VideoLAN team
* $Id$
*
* Authors: Olivier Teulière <ipkiss@via.ecp.fr>
* Authors: Olivier Teulie <ipkiss@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -66,6 +66,7 @@ void X11Popup::addSeparator( int pos )
int X11Popup::getPosFromId( int id ) const
{
// TODO
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment