]> git.lyx.org Git - features.git/commitdiff
shutup warning.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 6 Feb 2008 09:37:37 +0000 (09:37 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 6 Feb 2008 09:37:37 +0000 (09:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22805 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.cpp

index 45c8fc6a304808c25251b60fcdc7465f7725d4b6..affafa6c5cc9c228a7f3848db3228574aa772914 100644 (file)
@@ -97,6 +97,8 @@ std::string translateRT(TextClass::ReadType rt)
        case TextClass::MODULE:
                return "module file";
        }
+       // shutup warning
+       return string();
 }
 
 } // namespace anon