all repos — fluxbox @ 93696499f35c576895a27e47da3d0b4b25ed80b2

custom fork of the fluxbox windowmanager

fix missing namespace
akir akir
commit

93696499f35c576895a27e47da3d0b4b25ed80b2

parent

5136d4936eb22c2f9367e186305be91ad2630db0

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbMenuParser.ccsrc/FbMenuParser.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbMenuParser.cc,v 1.2 2004/06/10 11:42:35 fluxgen Exp $ +// $Id: FbMenuParser.cc,v 1.3 2004/10/21 10:49:20 akir Exp $ #include "FbMenuParser.hh"

@@ -126,7 +126,7 @@ return item;

} bool FbMenuParser::nextLine() { - if (!getline(m_file, m_curr_line)) + if (!std::getline(m_file, m_curr_line)) return false; m_row++;