[haiku-commits] haiku: hrev54190 - src/apps/pulse

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 11 May 2020 23:21:30 -0400 (EDT)

hrev54190 adds 1 changeset to branch 'master'
old head: 9c9f963ab4ec91c63b56d15dd03aba36a5a76edf
new head: 95e5e933abc148ed236c183083cd1a222f2f261b
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=95e5e933abc1+%5E9c9f963ab4ec

----------------------------------------------------------------------------

95e5e933abc1: Pulse: Fix build.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54190
Commit:      95e5e933abc148ed236c183083cd1a222f2f261b
URL:         https://git.haiku-os.org/haiku/commit/?id=95e5e933abc1
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Tue May 12 03:20:45 2020 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 2 deletions(-)
src/apps/pulse/NormalPulseView.cpp | 4 ++--

----------------------------------------------------------------------------

diff --git a/src/apps/pulse/NormalPulseView.cpp 
b/src/apps/pulse/NormalPulseView.cpp
index 2b694e89e9..4ef95bc2e3 100644
--- a/src/apps/pulse/NormalPulseView.cpp
+++ b/src/apps/pulse/NormalPulseView.cpp
@@ -155,8 +155,8 @@ NormalPulseView::DetermineVendorAndProcessor()
                                        break;
 
                                case B_CPU_VENDOR_MOTOROLA:
-                                       logo = PowerPCLogo;
-                                       logoSize = sizeof(PowerPCLogo);
+                                       logo = kPowerPCLogo;
+                                       logoSize = sizeof(kPowerPCLogo);
                                        break;
 
                                case B_CPU_VENDOR_VIA:


Other related posts:

  • » [haiku-commits] haiku: hrev54190 - src/apps/pulse - waddlesplash