~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to filter/note.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:
20
20
#include <filter/note.h>
21
21
#include <styles/logic.h>
22
22
#include <filter/string.h>
 
23
using namespace std;
 
24
 
23
25
 
24
26
namespace filter::note {
25
27