mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
8 lines
122 B
ObjectPascal
8 lines
122 B
ObjectPascal
unit VirtualTrees.BaseTree;
|
|
// Dummy unit to make migeration between V7 and V8 easier.
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
end. |