Removed default value from parameter list.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10120 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
aecf791bff
commit
aabf541645
@ -46,7 +46,7 @@
|
||||
|
||||
#include "BeUtils.h"
|
||||
|
||||
BBitmap* LoadBitmap(const char* name, uint32 type_code = B_TRANSLATOR_BITMAP) {
|
||||
BBitmap* LoadBitmap(const char* name, uint32 type_code) {
|
||||
if (type_code == B_TRANSLATOR_BITMAP) {
|
||||
return BTranslationUtils::GetBitmap(type_code, name);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user