btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / build / libbe / app / Application.cpp
blob007785ead55d01a97baba53a760304ae9e332bf4
1 /*
2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #include <Application.h>
9 BApplication::BApplication(const char *signature)
14 BApplication::BApplication(const char *signature, status_t *error)
16 *error = B_OK;
20 BApplication::~BApplication()