mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-02 01:07:25 +00:00
keep template<> on same line
This commit is contained in:
parent
3f6200aa9a
commit
6c6ea2d54b
2 changed files with 2 additions and 4 deletions
|
@ -997,8 +997,7 @@ void FurnaceGUI::drawSampleList(bool asChild) {
|
|||
}
|
||||
}
|
||||
|
||||
template <typename func_waveItemData>
|
||||
void FurnaceGUI::waveListHorizontalGroup(float* wavePreview, int dir, int count, const func_waveItemData& waveItemData) {
|
||||
template <typename func_waveItemData> void FurnaceGUI::waveListHorizontalGroup(float* wavePreview, int dir, int count, const func_waveItemData& waveItemData) {
|
||||
if (count==0) return;
|
||||
|
||||
float idealWidthMin=225.0f*dpiScale;
|
||||
|
|
|
@ -2817,8 +2817,7 @@ class FurnaceGUI {
|
|||
void actualWaveList();
|
||||
void actualSampleList();
|
||||
|
||||
template <typename func_waveItemData>
|
||||
void waveListHorizontalGroup(float* wavePreview, int dir, int count, const func_waveItemData& waveItemData);
|
||||
template <typename func_waveItemData> void waveListHorizontalGroup(float* wavePreview, int dir, int count, const func_waveItemData& waveItemData);
|
||||
void insListItem(int index, int dir, int asset);
|
||||
void waveListItem(int index, float* wavePreview, int dir, int asset);
|
||||
void sampleListItem(int index, int dir, int asset);
|
||||
|
|
Loading…
Reference in a new issue