We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae9c0e9 + 4790894 commit 15b495bCopy full SHA for 15b495b
src/programs/Utilities/hddm/hddm-cpp.cpp
@@ -606,8 +606,12 @@ int main(int argC, char* argV[])
606
" hddm_type *atype=0) const {\n"
607
" return 0;\n"
608
" }\n"
609
- " virtual std::string toString(int indent=0) = 0;\n"
610
- " virtual std::string toXML(int indent=0) = 0;\n"
+ " virtual std::string toString(int indent=0) {\n"
+ " return \"bad apple\";\n"
611
+ " }\n"
612
+ " virtual std::string toXML(int indent=0) {\n"
613
+ " return \"<!--bad apple-->\";\n"
614
615
" friend class HDDM_ElementList<HDDM_Element>;\n"
616
" protected:\n"
617
" HDDM_Element() : m_parent(0), m_host(0) {}\n"
0 commit comments