C++: Rename slint_platform.h -> slint-platform.h

This commit is contained in:
Olivier Goffart 2023-07-27 15:06:19 +02:00 committed by Olivier Goffart
parent 643512f60a
commit c3bec089fe
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#include "slint.h"
#ifndef SLINT_FEATURE_EXPERIMENTAL
# warning "slint_platform.h API only available when SLINT_FEATURE_EXPERIMENTAL is activated"
# warning "slint-platform.h API only available when SLINT_FEATURE_EXPERIMENTAL is activated"
#else
# include <utility>