mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Restore this member, which is used on win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c17ba8a28d
commit
9453295a29
@ -30,8 +30,6 @@ namespace sys {
|
||||
/// It also allows for symbols to be defined which don't live in any library,
|
||||
/// but rather the main program itself, useful on Windows where the main
|
||||
/// executable cannot be searched.
|
||||
/// @since 1.4
|
||||
/// @brief Portable dynamic library abstraction.
|
||||
class DynamicLibrary {
|
||||
/// @name Constructors
|
||||
/// @{
|
||||
@ -89,6 +87,7 @@ namespace sys {
|
||||
/// @name Implementation
|
||||
/// @{
|
||||
protected:
|
||||
void* handle; // Opaque handle for information about the library
|
||||
DynamicLibrary(const DynamicLibrary&); ///< Do not implement
|
||||
DynamicLibrary& operator=(const DynamicLibrary&); ///< Do not implement
|
||||
/// @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user