ultimatepp/bazaar/AutoScroller/AutoScroller.cpp
klugier 30750d1d32 Bazaar, AutoScroller: improve inclueds.
git-svn-id: svn://ultimatepp.org/upp/trunk@15333 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 10:28:22 +00:00

6 lines
93 B
C++

#include "AutoScroller.h"
namespace Upp
{
template class AutoScroller<ParentCtrl>;
}