~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to compare/index.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:
39
39
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
40
40
#include <pugixml/pugixml.hpp>
41
41
#pragma GCC diagnostic pop
42
 
 
43
 
 
 
42
using namespace std;
44
43
using namespace pugi;
45
44
 
46
45