Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130223 | Differences between
and this patch

Collapse All | Expand All

(-)classes/tinputli.cc~ (-3 / +3 lines)
Lines 85-93 Link Here
85
 modeOptions=defaultModeOptions;
85
 modeOptions=defaultModeOptions;
86
}
86
}
87
87
88
template class TInputLineBaseT<char,TDrawBuffer>;
89
template class TInputLineBaseT<uint16,TDrawBufferU16>;
90
91
template <typename T, typename D>
88
template <typename T, typename D>
92
TInputLineBaseT<T,D>::TInputLineBaseT(const TRect& bounds, int aMaxLen) :
89
TInputLineBaseT<T,D>::TInputLineBaseT(const TRect& bounds, int aMaxLen) :
93
  TInputLineBase(bounds,aMaxLen)
90
  TInputLineBase(bounds,aMaxLen)
Lines 97-102 Link Here
97
 cellSize=sizeof(T);
94
 cellSize=sizeof(T);
98
}
95
}
99
96
97
template class TInputLineBaseT<char,TDrawBuffer>;
98
template class TInputLineBaseT<uint16,TDrawBufferU16>;
99
100
void TInputLineBase::SetValidator(TValidator * aValidator)
100
void TInputLineBase::SetValidator(TValidator * aValidator)
101
{
101
{
102
 CLY_destroy(validator);
102
 CLY_destroy(validator);

Return to bug 130223