diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/cpp/include/pugl/pugl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cpp/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp index 8e74278..6dd5042 100644 --- a/bindings/cpp/include/pugl/pugl.hpp +++ b/bindings/cpp/include/pugl/pugl.hpp @@ -593,7 +593,7 @@ public: the `typeIndex` argument to the call of puglGetClipboardType() that returned the accepted type. */ - Status acceptOffer(const DataOfferEvent& offer, const size_t typeIndex) + Status acceptOffer(const DataOfferEvent& offer, const uint32_t typeIndex) { return static_cast<Status>(puglAcceptOffer(cobj(), &offer, typeIndex)); } |