diff options
author | Tim E. Real <termtech@rogers.com> | 2010-12-07 03:27:48 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-12-07 03:27:48 +0000 |
commit | 8e9886770af1022d88e6f92ff4fcceb3e50d0e55 (patch) | |
tree | fb42340c5d7a75278b7ed37478f066324fa59dde /muse2/awl/posedit.h | |
parent | 45f13100f9b5d0fd5a9f4950e135c2ed6de0429c (diff) |
Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all usages.
Reverted class SpinBox to previous revision.
Diffstat (limited to 'muse2/awl/posedit.h')
-rw-r--r-- | muse2/awl/posedit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/muse2/awl/posedit.h b/muse2/awl/posedit.h index effa0537..314b2b9d 100644 --- a/muse2/awl/posedit.h +++ b/muse2/awl/posedit.h @@ -21,11 +21,12 @@ #ifndef __POSEDIT_H__ #define __POSEDIT_H__ -#include "al/pos.h" +///#include "al/pos.h" +#include "pos.h" namespace Awl { - using AL::Pos; + ///using AL::Pos; //--------------------------------------------------------- // PosEdit |