Fix FreeBSD build.
[haiku.git] / src / preferences / keymap / KeymapListItem.cpp
blobbdeec4d8866eba2ca5a3085994de57fcd6988371
1 /*
2 * Copyright 2004-2006 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Sandor Vroemisse
7 * Jérôme Duval
8 */
11 #include "KeymapListItem.h"
14 KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name)
16 BStringItem(name != NULL ? name : keymap.name),
17 fKeymap(keymap)