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:
Michael Pfeiffer 2004-11-21 14:41:12 +00:00
parent aecf791bff
commit aabf541645

View File

@ -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 {