~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to sources/etcbc4.cpp

  • Committer: Teus Benschop
  • Date: 2022-11-13 10:10:35 UTC
  • Revision ID: teusjannette@gmail.com-20221113101035-tfpqtklwoj31b306
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
29
29
#include <pugixml/pugixml.hpp>
30
30
#pragma GCC diagnostic pop
31
 
 
32
 
 
 
31
using namespace std;
33
32
using namespace pugi;
34
33
 
35
34