diff options
Diffstat (limited to 'test/uitests')
| -rw-r--r-- | test/uitests/resizetest.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/uitests/resizetest.cc b/test/uitests/resizetest.cc index 5ede2b6..8facc61 100644 --- a/test/uitests/resizetest.cc +++ b/test/uitests/resizetest.cc @@ -114,7 +114,7 @@ public:  private:  	bool closing{false}; -	GUI::Font font{":font.png"}; +	GUI::Font font{":resources/font.png"};  	std::pair<std::size_t, std::size_t> reportedSize;  	std::pair<int, int> reportedPosition;  }; | 
