package daemon: ProblemWindow: Fix message constant types
This commit is contained in:
@@ -27,8 +27,8 @@ using namespace BPackageKit;
|
|||||||
using BPackageKit::BManager::BPrivate::BFatalErrorException;
|
using BPackageKit::BManager::BPrivate::BFatalErrorException;
|
||||||
|
|
||||||
|
|
||||||
static const int32 kRetryMessage = 'rtry';
|
static const uint32 kRetryMessage = 'rtry';
|
||||||
static const int32 kUpdateRetryButtonMessage = 'uprt';
|
static const uint32 kUpdateRetryButtonMessage = 'uprt';
|
||||||
|
|
||||||
|
|
||||||
struct ProblemWindow::Solution {
|
struct ProblemWindow::Solution {
|
||||||
|
|||||||
Reference in New Issue
Block a user