Skip to content

Commit

Permalink
Fix build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundmonorail committed Sep 21, 2021
1 parent 7f0b1f0 commit c4b4f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dialogs/TreePanels.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include "TreeCtrls.hpp"
#include "PreferencesPanel.hpp"
#include "MetadataFormat.hpp"
#include "metadataformat.hpp"

// The base class for all Appearance tree panels
class AppearanceBase
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/alignctrl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef ALIGN_CTRL_H
#define ALIGN_CTRL_H

#include "bitmapradio.hpp"
#include "BitmapRadio.hpp"

class AlignmentControl
: public BitmapRadioBox
Expand Down

0 comments on commit c4b4f01

Please sign in to comment.