Skip to content

Commit

Permalink
use setters
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 8, 2025
1 parent c6c2375 commit 0b4950c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/odr/global_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ void GlobalParams::set_pdf2htmlex_data_path(const std::string &path) {
}

GlobalParams::GlobalParams() {
m_odr_core_data_path = ""; // TODO
m_fontforge_data_path = internal::project_info::fontconfig_data_path();
m_poppler_data_path = internal::project_info::poppler_data_path();
m_pdf2htmlex_data_path = internal::project_info::pdf2htmlex_data_path();
set_odr_core_data_path(""); // TODO
set_fontforge_data_path(internal::project_info::fontconfig_data_path());
set_poppler_data_path(internal::project_info::poppler_data_path());
set_pdf2htmlex_data_path(internal::project_info::pdf2htmlex_data_path());
}

} // namespace odr

0 comments on commit 0b4950c

Please sign in to comment.