ALM: Move forward declaration of Constraint to the right namespace.

This commit is contained in:
Jonathan Schleifer 2014-01-10 21:06:48 +01:00 committed by Stephan Aßmus
parent 72b14059a9
commit 04a0e9c7b6
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@
class BView;
class BLayoutItem;
class Constraint;
namespace LinearProgramming {
class Constraint;
};
namespace BPrivate {