]> git.lyx.org Git - lyx.git/blobdiff - src/TextClassList.cpp
* make it compile
[lyx.git] / src / TextClassList.cpp
index 430e9e3ade1a885f2574439178e5e02d5edd8ba6..87e97cf676d19496e883fb923c077989a09b4c65 100644 (file)
@@ -229,6 +229,17 @@ TextClassList::addTextClass(std::string const & textclass, std::string const & p
 TextClassList textclasslist;
 
 
+textclass_type defaultTextclass()
+{
+       // We want to return the article class. if `first' is
+       // true in the returned pair, then `second' is the textclass
+       // number; if it is false, second is 0. In both cases, second
+       // is what we want.
+       return textclasslist.numberOfClass("article").second;
+}
+
+
+
 // Reads the style files
 bool LyXSetStyle()
 {