btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / debugger / ids / FunctionParameterID.h
blob689d5527b5d554f8251e436c43912ad3f5abb89c
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef FUNCTION_PARAMETER_ID_H
6 #define FUNCTION_PARAMETER_ID_H
9 #include "ObjectID.h"
12 class FunctionParameterID : public ObjectID {
13 public:
14 virtual ~FunctionParameterID();
18 #endif // FUNCTION_PARAMETER_ID_H