missing template<>
This commit is contained in:
parent
0d7f757c2c
commit
bbb5259a88
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Toolbar.cc,v 1.155 2004/09/12 14:56:19 rathnor Exp $
|
// $Id: Toolbar.cc,v 1.156 2004/10/21 10:36:57 akir Exp $
|
||||||
|
|
||||||
#include "Toolbar.hh"
|
#include "Toolbar.hh"
|
||||||
|
|
||||||
|
@ -104,6 +104,7 @@ setFromString(const char *strval) {
|
||||||
setDefaultValue();
|
setDefaultValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<>
|
||||||
string FbTk::Resource<Toolbar::Placement>::
|
string FbTk::Resource<Toolbar::Placement>::
|
||||||
getString() {
|
getString() {
|
||||||
switch (m_value) {
|
switch (m_value) {
|
||||||
|
|
Loading…
Reference in a new issue