mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
//! \file
|
||||
//! \ingroup samplemisc
|
||||
|
||||
#ifndef BLACKSAMPLE_SAMPLESALGORITHM_H
|
||||
#define BLACKSAMPLE_SAMPLESALGORITHM_H
|
||||
#ifndef SWIFT_SAMPLE_SAMPLESALGORITHM_H
|
||||
#define SWIFT_SAMPLE_SAMPLESALGORITHM_H
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
//! Samples for our algorithms
|
||||
class CSamplesAlgorithm
|
||||
|
||||
Reference in New Issue
Block a user