]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSymbols.cpp
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiSymbols.cpp
index e2c0f04ec40a5cc672ce6951b199fd0d42dc1ebf..d08689cd3cc85fcddfce113ae913bf8ee138fe6b 100644 (file)
@@ -192,7 +192,7 @@ QString getBlock(char_type c)
 }
 
 
-} // namespace anon
+} // namespace
 
 
 /////////////////////////////////////////////////////////////////////
@@ -205,7 +205,7 @@ class GuiSymbols::Model : public QAbstractListModel
 {
 public:
        Model(GuiSymbols * parent)
-               : QAbstractListModel(parent)
+               : QAbstractListModel(parent), encoding_(0)
        {}
 
        QModelIndex index(int row, int column, QModelIndex const &) const