Make firstPresentUncombinableArg() private

This commit is contained in:
Marius Kittler 2018-10-04 18:01:35 +02:00 committed by Martchus
parent 07a74d5fa8
commit a7926951cb
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ constexpr bool operator&(ValueCompletionBehavior lhs, ValueCompletionBehavior rh
}
/// \endcond
// TODO v5: Make function private
Argument CPP_UTILITIES_EXPORT *firstPresentUncombinableArg(const ArgumentVector &args, const Argument *except);
/*!
* \brief Contains functions to convert raw argument values to certain types.
*