mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
WonderBrush: drop patchset
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 8b996fea889990a6a0e80095e3196fae90114ae6 Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Thu, 4 Jul 2019 16:44:48 +0300
|
||||
Subject: Fix 32bit build
|
||||
|
||||
|
||||
diff --git a/common/src/gui/BubbleHelper.cpp b/common/src/gui/BubbleHelper.cpp
|
||||
index baaef00..6115163 100644
|
||||
--- a/common/src/gui/BubbleHelper.cpp
|
||||
+++ b/common/src/gui/BubbleHelper.cpp
|
||||
@@ -292,7 +292,7 @@ end:
|
||||
}
|
||||
|
||||
// _helper
|
||||
-int
|
||||
+status_t
|
||||
BubbleHelper::_helper(void *arg)
|
||||
{
|
||||
((BubbleHelper*)arg)->_Helper();
|
||||
--
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user