2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef FUNCTION_PARAMETER_ID_H
6 #define FUNCTION_PARAMETER_ID_H
12 class FunctionParameterID
: public ObjectID
{
14 virtual ~FunctionParameterID();
18 #endif // FUNCTION_PARAMETER_ID_H