diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-27 23:56:29 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-27 23:56:29 +0100 |
| commit | 6568f60ab8ccb5df88826a9e9184d48a1c124843 (patch) | |
| tree | 888a9a928198c20d9c6c6ab2823a1eb5034fbbc7 /src/drivers/WinAPI | |
| parent | 147247f8f1a66c03e1d30ded73cc214448e77539 (diff) | |
Fix typo for all but macOS
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/fl_WinAPI_platform_init.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/WinAPI/fl_WinAPI_platform_init.cxx b/src/drivers/WinAPI/fl_WinAPI_platform_init.cxx index 49c7436c3..2ff6ea5cf 100644 --- a/src/drivers/WinAPI/fl_WinAPI_platform_init.cxx +++ b/src/drivers/WinAPI/fl_WinAPI_platform_init.cxx @@ -83,9 +83,9 @@ Fl_Image_Surface_Driver *Fl_Image_Surface_Driver::newImageSurfaceDriver(int w, i return new Fl_GDI_Image_Surface_Driver(w, h, high_res, off); } -namespace FL { -namespace Pen{ +namespace Fl { +namespace Pen { Driver default_driver; Driver& driver { default_driver }; } // namespace Pen -} // namespace FL +} // namespace Fl |
